home *** CD-ROM | disk | FTP | other *** search
- on(press){
- ss = String(this._name);
- if(cimp_titlu._alpha != 50)
- {
- id = ss.split("ob");
- id = id[1];
- _cnt = _parent._parent.descrie.firstChild.childNodes[id];
- _root.fer.cerinte.htmlText = _cnt.attributes.cerinte;
- _root.fer.timp.htmlText = _cnt.attributes.timp;
- _root.fer.cerinteDesc.htmlText = _cnt.childNodes[0];
- _root.fer.keys.htmlText = _cnt.childNodes[3];
- _root.fer.interact.htmlText = _cnt.childNodes[1];
- _root.fer._TTT.htmlText = _cnt.childNodes[2].firstChild;
- _root.fer.scr.setScrollContent("_TTT");
- _root.fer._visible = true;
- _root.hider._visible = true;
- rect._visible = true;
- _global.whoCalled = this;
- }
- else
- {
- trace("only DEMO");
- _root.demoVerze.play();
- }
- }
-